home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cslib15b.zip / INCLUDE / CSHSORT.H < prev    next >
Text File  |  1994-12-20  |  506b  |  13 lines

  1. /***********************************************************************
  2.  
  3.                                       CSDB Library, Release 1.5.b 
  4.  
  5.        Heapsort function.
  6.  
  7.                                           Copyright(c) 1994 
  8.                                           Combis 
  9.                                           The Netherlands   
  10. ***********************************************************************/
  11.  
  12. void hsort(void *ra1,long n, int len, int (*fun)(const void *p,const void*q));
  13.